Handles the request to configure a select data command suitable for the underlying relational data store.
| Name | Description |
|---|---|
| OnConfigureSelectCommand(TDataCommand) | Handles the request to configure a select data command suitable for the underlying relational data store. |
| OnConfigureSelectCommand(TDataCommand, OrderBy) | Handles the request to configure a select data command suitable for the underlying relational data store. |
| OnConfigureSelectCommand(TDataCommand, OrderBy, Paging) | Handles the request to configure select data command suitable for the underlying relational data store. |
| OnConfigureSelectCommand(TDataCommand, Where) | Handles the request to configure a select data command suitable for the underlying relational data store. |
| OnConfigureSelectCommand(TDataCommand, Where, OrderBy) | Handles the request to configure a select data command suitable for the underlying relational data store. |
| OnConfigureSelectCommand(TDataCommand, Where, OrderBy, Paging) | Handles the request to configure a select data command suitable for the underlying relational data store. |